chore: expand provider catalog — MCP/LLM providers, type fixes, JSONC migration#409
Merged
Merged
Conversation
…ifications, migrate to JSONC - Add ProviderType.BROWSER enum value; reclassify linkedin-browser and x-browser from type:app to type:browser - Add 8 LLM providers (anthropic, mistral, groq, openrouter, together, fireworks, perplexity, bedrock) with type:llm - Add 8 MCP providers (brave-search-mcp, stripe-mcp, sentry-mcp, linear-mcp, notion-mcp, github-mcp, slack-mcp, cloudflare-mcp) with type:mcp; each is distinct from the existing OAuth app provider of the same service - Migrate all 73 bundled provider files from .json to .jsonc; each file now has a top-level comment block documenting purpose, auth/flow type, and non-obvious config choices (scope rationale, header quirks, etc.) Closes #408 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
|
notion_dcr has underscore while other providers with mcp have hyphens. for consistency we should make it as notion-dcr |
3 tasks
…p provider and remove redundant file
ankitranjan7
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #408.
ProviderType.BROWSER— new enum value;linkedin-browserandx-browserreclassified fromtype: apptotype: browsertype: llm) —anthropic,mistral,groq,openrouter,together,fireworks,perplexity,bedrock; no duplicates with existingopenai/google-vertex-aitype: mcp) —brave-search-mcp,stripe-mcp,sentry-mcp,linear-mcp,notion-mcp,github-mcp,slack-mcp,cloudflare-mcp; each is distinct from the existing OAuth app provider for the same service.json→.jsonc; each file has a top-level comment block documenting provider purpose, auth/flow type, and non-obvious config choices (scope rationale, header quirks, key patterns, etc.)Test plan
uv run pytest— 340 passeduv run ruff check— cleanuv run ty check— clean🤖 Generated with Claude Code